Version

RecyclingContainer<T> Class Properties

For a list of all members of this type, see RecyclingContainer<T> members.

Protected Properties
 NameDescription
Protected PropertyAttachedElementGets/sets the actual System.Windows.FrameworkElement that is attached to the object. If no object is attached then null is returned.  
Protected Internal PropertyIsDirtyGets/sets a value that determines if the System.Windows.FrameworkElement attached has been modified in such a way that it should just be thrown away when the object is done with it.  
Protected PropertyRecyclingElementTypeGets the System.Type of the System.Windows.FrameworkElement that is being recycled.  
Protected PropertyRecyclingIdentifierIf a RecyclingElementType isn't specified, this property can be used to offer another way of identifying a reyclable element.  
See Also